Overview
Anamnese AI – Personal Memory & Productivity System
Anamnese is a personal memory layer for AI assistants (ChatGPT, Claude, Claude Code). It stores facts about you, your tasks, goals, notes, and moments — and makes them available to any MCP-compatible AI client (Claude, Cursor, etc.) so you don't have to repeat yourself every conversation.
What it does:
- Remembers persistent facts about you (preferences, projects, relationships, context)
- Manages tasks with priorities, deadlines, and recurring schedules
- Tracks goals and moments over time
- Stores notes and lets you search through your history
The idea is simple: your memory should belong to you, not to any single AI platform. Anamnese sits as a neutral layer that any AI can plug into — so your context travels with you regardless of which tool you're using.
Connect it: anamneseai.app
Server Config
{
"mcpServers": {
"anamnese": {
"type": "http",
"url": "https://anamneseai.app/api/mcp"
}
}
}